projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad3f235
)
(tex-start-tex): Call comint-quote-filename.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Sep 1998 15:26:44 +0000
(15:26 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Sep 1998 15:26:44 +0000
(15:26 +0000)
lisp/textmodes/tex-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/tex-mode.el
b/lisp/textmodes/tex-mode.el
index b80287e50de98797afb2707f8c95e91e9fe86818..810af7787eb76406e74212d0a381fa31a164777b 100644
(file)
--- a/
lisp/textmodes/tex-mode.el
+++ b/
lisp/textmodes/tex-mode.el
@@
-1077,7
+1077,7
@@
If NOT-ALL is non-nil, save the `.dvi' file."
(compile-command
(if star (concat (substring cmd 0 star)
file (substring cmd (1+ star)))
- (concat cmd " "
file
))))
+ (concat cmd " "
(comint-quote-filename file)
))))
(with-current-buffer (process-buffer (tex-send-command compile-command))
(save-excursion
(forward-line -1)